home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1997 February
/
Software of the Month Club 1997 February.iso
/
pc
/
dos
/
edu
/
calc
/
equ_root.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-10-28
|
137 b
|
6 lines
rem finding a root of equation: sin(x)=0 in an interval x=(3,4)
calc x = {-10,10,0.1}
calc y = sin(x)
calc Root(y,3,4)
calc _/Pi